pip install vyasa vyasa . vyasa notes --host 0.0.0.0 --port 8080
The CLI lives in vyasa/main.py. If you omit port, VyasaConfig.get_port() derives one from the working directory, which avoids the "every local project wants 5001" problem.
vyasa/main.py
port
VyasaConfig.get_port()